* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    background-color: #20b2ab8c;
}

header {
    background-color: rgba(23, 102, 230, 0.787);
    text-align: center;
    height: 100px;
}

.header-a {
    font-size: 25px;
    line-height: 60px;
    color: rgb(19, 192, 180);
    text-decoration: none;
    display: inline-block;
    margin: 0 50px;
    transition: 0.5s;
}

.header-a:hover {
    color: #a0910d;
}

.page-title {
    font-size: 100px;
    text-align: center;
}

.logo {
    float: left;
    height: 80px;
    margin-top: 10px;
    margin-left: 40px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.row {
    display: block;
}

.row:after {
    clear: both;
    content: '';
    display: block;
}

.owdtxt {

    font-size: 30px;
    margin-left: 480px;

}

.owd {

    height: 260px;
    margin-top: 50px;

}

.aowd {

    height: 260px;
    margin-top: 50px;

}

.aowdtxt {

    font-size: 30px;
    margin-left: 480px;


}

.dowd {

    height: 260px;
    margin-top: 50px;
}


.dowdtxt {

    font-size: 30px;
    margin-left: 480px;
}

.dowdtxt {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.owdtxt {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.aowdtxt {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.blue-bg {
    background: #595bbc;
}

.blue-bg .container {
    background-color: #20b2ab8c;
}